home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00711.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  708 b   |  24 lines

  1. on mouseUp me
  2.   global clropac
  3.   set the memberNum of sprite 31 to 676
  4.   set the memberNum of sprite 32 to 678
  5.   set the memberNum of sprite 33 to 680
  6.   set the memberNum of sprite 34 to 683
  7.   set the memberNum of sprite 35 to 684
  8.   set the memberNum of sprite 36 to 686
  9.   set the memberNum of sprite 43 to 669
  10.   set the memberNum of sprite 63 to 702
  11.   set the blend of sprite 45 to 100
  12.   set the blend of sprite 50 to 100
  13.   set the blend of sprite 52 to 100
  14.   set the blend of sprite 51 to 35
  15.   repeat with clropac = 46 to 49
  16.     set the blend of sprite clropac to 35
  17.   end repeat
  18.   repeat with clropac = 53 to 56
  19.     set the blend of sprite clropac to 35
  20.   end repeat
  21.   showit(57, 60)
  22.   hideit(61, 62)
  23. end
  24.